C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct3D11 Namespace / Device1 Class / CreateDeviceContextState Method / CreateDeviceContextState<T>(CreateDeviceContextStateFlags,FeatureLevel[],FeatureLevel) Method

In This Topic
CreateDeviceContextState<T>(CreateDeviceContextStateFlags,FeatureLevel[],FeatureLevel) Method
In This Topic
Creates a context state object that holds all Microsoft Direct3D state and some Direct3D behavior.
Syntax
'Declaration
 
Public Overloads Function CreateDeviceContextState(Of T As ComObject)( _
   ByVal flags As CreateDeviceContextStateFlags, _
   ByVal featureLevelsRef() As FeatureLevel, _
   ByRef chosenFeatureLevelRef As FeatureLevel _
) As DeviceContextState
 

Parameters

flags
featureLevelsRef
chosenFeatureLevelRef

Type Parameters

T
See Also